color chooser: Fix fallout from floatification
authorMatthias Clasen <mclasen@redhat.com>
Sat, 22 Feb 2020 00:56:44 +0000 (19:56 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 22 Feb 2020 00:56:44 +0000 (19:56 -0500)
commit9fa7a47081066e92068b4f954eff7ba541f0d4a4
treefd5def02086159c7651cbd67b45aee05222d3057
parent13ed53130182ed84070e38d78f2731eec1cf9a31
color chooser: Fix fallout from floatification

We are using (dddd) variants to store colors in variants,
which is dangerous now that GdkRGBA members are just floats.

Avoid passsing the GdkRGBA members directly to any varargs
functions.
gtk/gtkcolorchooserwidget.c
gtk/gtkcolorswatch.c